-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support reset_email_by_code template #1014
Support reset_email_by_code template #1014
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1014 +/- ##
=======================================
Coverage 80.10% 80.10%
=======================================
Files 125 125
Lines 4568 4569 +1
Branches 888 888
=======================================
+ Hits 3659 3660 +1
Misses 539 539
Partials 370 370 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Examples , and doc need to be updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
🔧 Changes
Supporting an new email template - reset_email_by_code used for change password (code)
API changes for connection to support
verification_method
for connections using Email as Identifier📚 References
https://auth0.com/docs/api/management/v2/email-templates/get-email-templates-by-template-name#:~:text=%2C%20reset_email%2C-,reset_email_by_code,-%2C%20welcome_email%2C
🔬 Testing
📝 Checklist